Minimal reproducible example
SNIPPET OF SOURCE CODE THAT ALLOWS A BUG OR PROBLEM TO BE DEMONSTRATED AND REPRODUCED
Minimal Working Example; Minimal working example; Minimal workable example; Minimal complete verifiable example; Short self-contained correct example; Min-reprex
In computing, a minimal reproducible example (abbreviated MRE) is a collection of source code and other data files which allow a bug or problem to be demonstrated and reproduced. The important feature of a minimal reproducible example is that it is as small and as simple as possible, such that it is just sufficient to demonstrate the problem, but without any additional complexity or dependencies which will make resolution harder.